/* 字体引用 */
@charset "utf-8";
/*@font-face {
    font-family: 'webfont/heliosextthinregular';
    src: url('webfont/he_eth_-webfont.eot');
    src: url('webfont/he_eth_-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfont/he_eth_-webfont.woff') format('woff'),
         url('webfont/he_eth_-webfont.ttf') format('truetype'),
         url('webfont/he_eth_-webfont.svg#heliosextthinregular') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td ,/* table elements 表格元素 */
div{
    margin: 0;
    padding: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
*{
	box-sizing: border-box;
}
a:focus{
	outline: none;
}
/* 设置默认字体 */
body,
button, input, select, textarea {
    font: 12px/1 "Microsoft YaHei",Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif; /* 用 ascii 字符表示，使得在任何编码下都无问题 */
}
body,a{
	color:#666;
}
h1{ font-size: 18px; /* 18px / 12px = 1.5 */ }
h2{ font-size: 16px; }
h3{ font-size: 14px; }
h4, h5, h6 { font-size: 100%; }
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}
i,em,b{
	font-style: normal;
}
address, cite, dfn, em, var { font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp, tt { font-family: "Courier New", Courier, monospace; } /* 统一等宽字体 */
small { font-size: 12px; } /* 小于 12px 的中文很难阅读，让 small 正常化 */
/* 重置列表元素 */
ul, ol {
	list-style: none;
}
/* 重置浏览器默认样式 select */
select,option,option select{
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	-o-user-select:none;
	user-select:none;
}
/* 重置文本格式元素 */
a {
	text-decoration: none;
	outline:none;
	blur:expression(this.onFocus=this.blur());
}
/*a:hover { text-decoration: underline;}*/
abbr[title], acronym[title] { /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
    border-bottom: 1px dotted;
    cursor: help;
}
q:before, q:after {
	content: '';
}
/* 重置表单元素 */
legend {
 	color: #000;
 }
 /* for ie6 */
fieldset, img {
 	border: none; /* img 搭车：让链接里的 img 无边框  注：optgroup 无法扶正*/
 }
button, input, select, textarea {
    font-size: 100%; /* 使得表单元素在 ie 下能继承字体大小 */
}
/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
table th,table td{
	border:1px solid #ddd;
}
/* 重置 hr */
hr {
    border: none;
    height: 1px;
}
/* 表单 在浏览器上的默认样式*/
input,input:focus,button,button:focus,textarea,textarea:focus{
	outline:none;
	border:none;
}
/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html { overflow-y: scroll; }
/* ie7以下两个以上的 li浮动产生的空白间隙bug */
li{
	+vertical-align: top;
	_vertical-align: top;
}
/* ie下li元素的内联元素底部产生空白 */
li *{
	*zoom:1;
}
*{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
/* ie下图片标签上有空白 */
img{
	vertical-align: middle;
	*vertical-align:top;
}
/* ie下input标签文本居中 */
input{
	vertical-align: middle;
}
/* 以下为自用公共样式 */
/* 浮动 */
.fl,.fl-li li,.fl-a{
	float: left;
	_display: inline;
}
.fr,.fr-li li,.fr-a{
	float: right;
	_display: inline;
}
.w1200{
	width: 1200px;
	margin: 0 auto;
}
.padd{
	padding: 0.1px;
}
.opacity{
	filter:alpha(opacity=80);       /* IE */
	-moz-opacity:0.8;              /* 老版Mozilla */
	-khtml-opacity:08;
}
/* 清除浮动 */
.cb:after{
	content: ".";
	display: block;
	height: 0px;
	overflow: hidden;
	visibility: hidden;
	clear: both;
}
/* 内联块级元素 */
.ib,.flexslider .hd ul li,#quotation .info_type span,.witness_list .hd li{
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
body,html{
	width: 100%;
	*overflow-x: hidden;
	min-width: 1345px;
}
.flexslider .hd ul *,.x_nav li > a,.flexslider > a,.cost_list ul *,.about_more,.about_tel a,.produc_tab *,.product_list ul li *,.base_left li *,.variety_box > a,.variety_list ul li *,.adv_list li,.process_list ul li i,.right_show{
    transition: all .5s cubic-bezier(0, 0.93, 1, 1);
    -webkit-transition: all .5s cubic-bezier(0, 0.93, 1, 1);
    -moz-transition: all .5s cubic-bezier(0, 0.93, 1, 1);
    -ms-transition: all .5s cubic-bezier(0, 0.93, 1, 1);
    -o-transition: all .5s cubic-bezier(0, 0.93, 1, 1);
}
.product_list ul li:hover > i,.base_left li:hover i,.variety_list ul li:hover i{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.db{
	display: block;
}
.th{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.wh{
	width: 100%;
	height: 100%;
}
.w{
	width: 100%;
}
.h{
	height: 100%;
}
.pr{
	position: relative;
}
.oh{
	overflow: hidden;
}
.br{
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF000000,endColorstr=#BF000000);
}
.w120{
	width: 120%;
}
.bg{
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
/*公共样式结束*/
/*header*/
#header{
	height: 217px;
	background:url(../web-icon/header_bg.png) center top no-repeat;
}
.Welcome{
	width: 70%;
	line-height: 30px;
	font-size: 12px;
	color: #777;
}
.h_right{
	height: 30px;
	line-height: 30px;
	font-size: 0;
}
.h_right a{
	font-size: 12px;
	color: #777;
	background:url(../web-icon/h_line.png) right center no-repeat;
	padding-right: 30px;
	margin-right: 30px;
}
.h_right a:last-child{
	background-image:none;
	padding-right: 0;
	margin-right: 0;
}
.Slogan{
	width: 350px;
	height: 54px;
	background:url(../web-icon/Slogan.png) center center no-repeat;
	margin-top: 44px;
}
.x_logo{
	width: 152px;
	height: 114px;
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: 210px;
	margin-top: 8px;
}
.h_tel{
	font-size: 16px;
	color: #999;
	background:url(../web-icon/h_tel.png) left top no-repeat;
	padding-left: 26px;
	margin-top: 42px;
}
.h_tel em{
	display: block;
	font-size: 26px;
	color: #01901a;
	margin-top: 2px;
	margin-left: -26px;
}
.x_nav{
	height: 55px;
	margin-top: 10px;
}
.x_nav ul{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	padding-left: 16px;
	padding-right: 16px;
}
.x_nav li{
	width: 77px;
	height: 100%;
	text-align: center;
}
.x_nav li > a{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 14px;
	color: #555;
	line-height: 54px;
}
.x_nav li:hover > a{
	background-color: #01901a;
	color: #fff;
}
/*header*/
/*banner*/
.flexslider{
	width: 100%;
	height: 700px;
	position: relative;
	overflow: hidden;
}
.flexslider > a{
	display: block;
	width: 35px;
	height: 80px;
	background-color: rgba(0,0,0,.5);
	position: absolute;
	top: 50%;
	z-index: 1000;
	text-align: center;
	line-height: 80px;
	font-family: "宋体";
	font-size: 18px;
	color: #fff !important;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.flexslider > a.prev{
	left: 0;
}
.flexslider > a.next{
	right: 0;
}
.flexslider > a:hover{
	background-color: #000;
}
.flexslider .bd{
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 0;
}
.flexslider .bd ul,.flexslider .tempWrap{
	width: 100% !important;
	height: 100% !important;
}
.flexslider .bd li{
	width: 0%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	transition:2s cubic-bezier(0.75, 0.35, 0.09, 0.8);
    -webkit-transition:2s cubic-bezier(0.75, 0.35, 0.09, 0.8);
    -moz-transition:2s cubic-bezier(0.75, 0.35, 0.09, 0.8);
    -ms-transition:2s cubic-bezier(0.75, 0.35, 0.09, 0.8);
    -o-transition:2s cubic-bezier(0.75, 0.35, 0.09, 0.8);
    -webkit-transform-style: preserve-3d;
  	-ms-transform-style: preserve-3d;
  	transform-style: preserve-3d;
}
.flexslider .hd{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 30px;
	text-align: center;
}
.flexslider .hd ul li{
	font-size: 14px;
	color: #fff !important;
	cursor: pointer;
	margin-right: 15px;
}
.flexslider .hd ul li i{
    display: block;
    float: right;
    width: 0;
    height: 1px;
    background-color: #fff;
    margin-top: 5px;
    margin-left: 8px;
    opacity: 0;
}
.flexslider .hd ul li:last-child{
	margin-right: 0;
}
.flexslider .hd ul li:last-child i{
	display: none;
}
.flexslider .hd ul li.on{
	/*color: #01901a !important;*/
}
.flexslider .hd ul li.on i{
	width: 102px;
	opacity: 1;
}
/*.flexslider .bd li{
    -webkit-animation: scaleUpDown 6s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
 	animation: scaleUpDown 6s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940); 
}*/
@-webkit-keyframes scaleUpDown {
    from {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes scaleUpDown {
    from {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
/*banner*/
/*con*/
#index_search{
	height: 45px;
	background-color: #fff;
}
.search_bg{
	width: 947px;
	position: absolute;
	top: 0;
	right: -352px;
	z-index: 10;
	background-color: #111;
}
#index_search .key{
	font-size: 14px;
	color: #999;
	line-height: 45px;
}
.index_search{
	z-index: 20;
}
.index_search input{
	width: 221px;
	height: 100%;
	background:url(../web-icon/index_search_line.png) center center no-repeat;
	text-indent: 10px;
	font-size: 14px;
	color: #fff !important;
	line-height: 45px;
}
.index_search input::-webkit-input-placeholder{
	font-size: 14px;
	color: #606060;
}
.index_search a{
	display: block;
	width: 40px;
	height: 100%;
	background:url(../web-icon/index_search_icon.png) center center no-repeat;
}
#abstract{
	height: 528px;
	background:#f9f9f9 url(../web-icon/abstract_info.png) center 14px no-repeat;
}
#cost{
	height: 734px;
	background:url(../web-icon/cost_bg.jpg) center center no-repeat;
}
.cost_title{
	height: 179px;
	background:url(../web-icon/cost_title.png) center center no-repeat;
	margin-top: 106px;
}
.cost_list{
	height: 367px;
	margin-top: 82px;
}
.cost_list ul li{
	float: left;
	width:calc(100% / 7);
	height:367px;
	border-right: 1px solid rgba(255,255,255,.5);
	text-align: center;
}
.cost_list ul li:first-child{
	border-left: 1px solid rgba(255,255,255,.5);
}
.cost_list ul li a{
	padding-top: 36px;
	position: relative;
}
.cost_list ul li .more_icon{
	width: 15px;
	height: 15px;
	background:url(../web-icon/cost_more_icon.png) center center no-repeat;
	margin: 0px auto 0px;
	opacity: 0;
	visibility: hidden;
}
.cost_list ul li .num{
	font-size: 24px;
	color: #fff !important;
	margin-top: -18px;
	margin-bottom: 26px;
}
.cost_list ul li .line{
	width: 24px;
	height: 2px;
	background-color: #01901a;
	margin: 0px auto 0px;
}
.cost_list ul li h4{
	height: 240px;
    font-size: 18px;
    color: #fff !important;
    writing-mode: tb-rl;
    line-height: 35px;
    letter-spacing: 3px;
    text-align: justify;
    position: absolute;
    top: 114px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.cost_list ul li:hover{
	background-color: #01901a;
}
.cost_list ul li:hover .more_icon{
	opacity: 1;
	visibility: visible;
}
.cost_list ul li:hover .num{
	margin-top: 20px;
}
.cost_list ul li:hover .line{
	background-color: #fff;
}
.cost_list ul li:hover h4{
	height: 160px;
	top: 148px;
}
.cost_list ul li:hover .more_icon_2{
	margin-top:208px;
}
#about .w1200{
	background:url(../web-icon/about_type.png) center 494px no-repeat;
}
.about_title{
	height: 280px;
	margin-top: 35px;
	background:url(../web-icon/about_logo.png) center top no-repeat,url(../web-icon/about_title.png) center 172px no-repeat;
}
.about_info{
	height: 90px;
	text-align: center;
	padding-left: 114px;
	padding-right: 114px;
	font-size: 14px;
	color: #777;
	line-height: 30px;
	margin-top: 35px;
	margin-bottom: 190px;
}
.about_more{
	width: 172px;
	height: 44px;
	border: 1px solid #333333;
	font-size: 14px;
	color: #333;
	border-radius: 25px;
	text-align: center;
	line-height: 44px;
	margin-left: 170px;
}
.about_more:hover,.about_tel a:hover{
	background-color: #333;
	color: #fff;
}
.about_tel{
	height: 50px;
}
.about_tel span{
	font-size: 16px;
	color: #333;
	background:url(../web-icon/h_tel.png) left top no-repeat;
	padding-left: 24px;
}
.about_tel span em{
	display: block;
	font-size: 30px;
	color: #01901a;
	margin-top: 5px;
}
.about_tel a{
	display: block;
	float: left;
	width: 127px;
	height: 44px;
	border: 1px solid #333333;
	font-size: 14px;
	color: #333;
	border-radius: 25px;
	text-align: center;
	line-height: 44px;
	margin-left: 46px;
    margin-top: 11px;
}
#product{
	height: 1108px;
	background:url(../web-icon/product_bg.jpg) center bottom no-repeat;
	margin-top: 86px;
}
.product_title{
	width: 383px;
	height: 67px;
	background:url(../web-icon/product_title.png) center center no-repeat;
	margin-bottom: 170px;
}
.produc_tab{
	height: 185px;
	margin-bottom: 140px;
}
.produc_tab a{
	float: left;
	width: 55px;
	height: 100%;
	display: table;
	border: 1px solid #fff;
	margin-right: 30px;
	padding-left: 16px;
	padding-right: 16px;
	text-align: center;
	position: relative;
}
.produc_tab a em{
	display: table-cell;
	vertical-align: middle;
	font-size: 18px;
	color: #fff !important;
	line-height: 21px;
}
.produc_tab a::before{
	content: '';
    width: 42px;
    height: 172px;
	/* border: 1px solid #fff; */
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 10;
	margin: auto;
	opacity: 0;
}
.produc_tab a.on,.produc_tab a:hover{
	background-color: #01901a;
}
.produc_tab a.on::before,.produc_tab a:hover::before{
	opacity: 1;
}
.product_tel{
	width: 562px;
	height: 60px;
}
.product_tel span{
	width: 323px;
	height: 150%;
	background:url(../web-icon/p_tel.png) center center no-repeat;
	position: relative;
	/* top: -30px; */
}
.product_tel span em{
	font-size: 24px;
	color: #fff !important;
	margin-left: 50px;
    margin-top: 30px;
}
.product_tel span a{
	width: 88px;
	height: 100%;
}
.product_tel > a{
	width: 60px;
	height: 60px;
	background:url(../web-icon/product_more.png) center center no-repeat;
}
.product_list{
	height: 335px;
	margin-top: 65px;
}
.product_list ul li{
	float: left;
	width: 389px;
	height: 335px;
	overflow: hidden;
	position: relative;
	margin-right: 16px;
}
.product_list ul li .li_layer{
	height: 280px;
	position: absolute;
	top: -280px;
	left: 0;
	z-index: 50;
	background-color: rgba(0,0,0,.5);
	text-align: center;
	font-size: 18px;
	color: #fff !important;
	line-height: 280px;
	opacity: 0;
}
.product_list ul li div{
	height: 55px;
	background:url(../web-icon/product_li_icon.png) center center no-repeat;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 50;
}
.product_list ul li div h4{
	width: 195px;
	line-height: 55px;
	font-size: 16px;
	color: #333;
	padding-left: 25px;
	padding-right: 10px;
}
.product_list ul li div a{
	width: 97px;
	height: 100%;
}
.product_list ul li:hover .li_layer{
	top: 0;
	opacity: 1;
}
.p_video{
	width: 966px;
	height: 617px;
	position: absolute;
	top: 5px;
	right: -351px;
	z-index: 10;
	background-color: #eee;
}
.p_video .video_btn{
	display: block;
	width: 79px;
	height: 79px;
	background:url(../web-icon/video_btn.png) center center no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	margin: auto;
}
.index_video_box{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5000;
	background-color: rgba(0,0,0,.5);
	display: none;
}
.index_video_box .video_wrap{
	width: 900px;
	height: 600px;
	background-color: #000;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	margin: auto;
}
#web_ad{
	height: 210px;
}
#web_ad h2{
    width: 418px;
    height: 28px;
    position: absolute;
    right: 50%;
    top: 110px;
    z-index: 10;
    margin-right: -495px;
    font-size: 22px;
    color: #01901a;
    padding-left: 123px;
    line-height: 30px;
}
#web_ad h2 a{
	display: block;
	float: right;
	width: 107px;
	height: 28px;
}
#base{
	height: 998px;
	margin-top: 86px;
}
#base .w1200{
	background:url(../web-icon/base_tyoe_info.png) right 229px no-repeat;
	z-index: 20;
}
.base_title{
	height: 67px;
	background:url(../web-icon/base_title.png) center center no-repeat;
}
.base_bg{
	width: 1560px;
	height: 880px;
	background-color: #f9f9f9;
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 10;
	margin-left: -952px;
}
.base_left{
	width: 300px;
	height:762px;
	margin-top: 109px;
}
.base_left li{
	width: 300px;
	height: 168px;
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
}
.base_left li h4{
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	color: #fff !important;
	text-align: center;
	background:rgba(0,0,0,.6) url(../web-icon/base_jt.png) 310px center no-repeat;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 100;
}
.base_left li:hover h4{
	background-color: #01901a;
	background-position-x: 268px;
	padding-left: 28px;
	text-align: left;
}
.base_info{
	width: 1214px;
	height: 117px;
	background-color: rgba(0,0,0,.6);
	font-size: 16px;
	color: #fff !important;
	padding-left: 38px;
	line-height: 30px;
    padding-top: 32px;
    position: absolute;
    right: -351px;
    bottom: 60px;
    z-index: 200;
}
.base_img_list{
	width: 1214px;
	height: 589px;
	position: absolute;
	bottom: 60px;
	right: -351px;
	z-index: 100;
}
.base_img_list li{
	width: 1214px;
	height: 589px;
}
#variety{
	height: 516px;
}
.variety_title{
	height: 59px;
	background:url(../web-icon/dish_display_title.png) left center no-repeat;
	margin-top: 80px;
}
.variety_box > a{
	display: block;
	width: 31px;
	height: 13px;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top:129px;
	right: 0;
	z-index: 10;
}
.variety_box > a.prev{
	right: 70px;
	background-image:url(../web-icon/prev.png);
}
.variety_box > a.next{
	background-image:url(../web-icon/next.png);
}
.variety_box > a.prev:hover{
	background-image:url(../web-icon/prev_hover.png);
}
.variety_box > a.next:hover{
	background-image:url(../web-icon/next_hover.png);
}
.variety_left_icon{
	width: 320px;
	height: 372px;
	background:url(../web-icon/variety_left_icon.png) center center no-repeat;
	position: absolute;
	bottom: 0;
	left: -351px;
	z-index: 10;
}
.variety_list{
	width: 1552px;
	height: 292px;
	margin-top: 48px;
}
.variety_list ul li{
	float: left;
	width: 372px;
	height: 292px;
	overflow: hidden;
	position: relative;
	margin-right: 21px;
}
.variety_list ul li h4{
	height: 45px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 16px;
	color: #fff !important;
	line-height: 45px;
	background-color: rgba(0,0,0,.5);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 100;
}
#quotation{
	text-align: center;
	margin-top: 100px;
}
#quotation h1{
	font-size: 30px;
	color: #000;
	margin-bottom: 25px;
}
#quotation h2{
	font-size: 14px;
	color: #999;
	line-height: 26px;
}
#quotation .info_type{
	font-size: 0;
	margin-top: 50px;
}
#quotation .info_type span{
	width: 430px;
	background:url(../web-icon/quotation_line.png) right center no-repeat;
	font-size: 18px;
	color: #01901a;
	font-weight: bold;
	padding-left: 70px;
	padding-right: 70px;
}
#quotation .info_type span em{
	display: block;
	font-size: 16px;
	color: #555;
	font-weight: normal;
	line-height: 25px;
	margin-top: 16px;
}
#quotation .info_type span:last-child{
	background-image:none;
}
#brand_info{
	height: 898px;
	background:url(../web-icon/brand_info_bg.jpg) center center no-repeat;
	margin-top: 80px;
}
.brand_info_title{
	text-align: center;
	background:url(../web-icon/brand_info_title.png) center top no-repeat;
	margin-top: 80px;
	padding-top: 46px;
	font-size: 14px;
	color: #999;
	line-height: 25px;
	margin-bottom: 98px;
}
.brand_info_list li{
	float: left;
	width: 395px;
	margin-right: 469px;
	margin-bottom: 174px;
}
.brand_info_list ul{
	width: 150%;
}
.brand_info_list li h4{
	font-size: 24px;
	color: #01901a;
	text-align: right;
	padding-top: 4px;
}
.brand_info_list li p{
	font-size: 14px;
	color: #333;
	text-align: justify;
	line-height: 25px;
	margin-top: 38px;
}
.brand_info_list li:nth-child(2n) h4{
	text-align: left;
}
.brand_info_list li:nth-child(4){
	margin-top: -14px;
}
.brand_tel{
	position: absolute;
	bottom: 45px;
	left: 468px;
	z-index: 100;
}
.brand_tel span{
	background-image:url(../web-icon/b_tel.png);
}
#adv{
	height: 1250px;
	background:url(../web-icon/adv_bg.jpg) center center no-repeat;
}
.adv_tel{
	position: absolute;
	bottom: 146px;
	left: 398px;
	z-index: 10;
}
.adv_list{
    width: 714px;
    margin-top: 142px;
    margin-left: 400px;
    padding-top: 86px;
}
.adv_list li{
	float: left;
	width: 95px;
	margin-right: 108px;
	overflow: hidden;
}
.adv_list li h4{
	height: 232px;
	background: url(../web-icon/adv_title_icon.png) center center no-repeat;
	text-align: center;
	padding-right: 26px;
	padding-left: 26px;
	font-family: "宋体";
	font-size: 36px;
	color: #fff !important;
	line-height:38px;
	padding-top: 38px;
}
.adv_list li p{
	width: 100%;
	height: 245px;
	font-size: 14px;
	color: #555;
	writing-mode: vertical-rl;
	margin-top: 22px;
	padding-right: 14px;
    line-height: 25px;
}
.adv_list li:hover{
	margin-top: -20px;
}
#witness{
	height: 600px;
}
.witness_title{
	height: 67px;
	background:url(../web-icon/witness_title.png) center center no-repeat;
	margin-top: 94px;
	margin-bottom: 76px;
}
.witness_list{
	height: 282px;
}
.witness_list ul.w120{
	height: 178px;
}
.witness_list ul.w120 li{
	float: left;
	width: 560px;
	height: 178px;
	overflow: hidden;
	background:url(../web-icon/witness_li_bg.png) right top no-repeat;
	margin-right: 79px;
}
.witness_list ul.w120 li i{
	width: 115px;
	height: 115px;
	border-radius: 50%;
	margin-right: 74px;
    margin-top: 32px;
}
.witness_list ul.w120 li h4{
	width: 324px;
	margin-top: 38px;
	font-size: 18px;
	color: #fff !important;
}
.witness_list ul.w120 li p{
	width: 324px;
	font-size: 14px;
	color: #65ca76;
	text-align: justify;
	line-height: 25px;
	margin-top: 18px;
}
.witness_list .hd{
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 100;
}
.witness_list .hd li{
	width: 19px;
	height: 19px;
	background:url(../web-icon/witness_hot_icon.png) 3px center no-repeat;
	margin-right: 26px;
	overflow: hidden;
	line-height: 100;
}
.witness_list .hd li:last-child{
	margin-right: 0;
}
.witness_list .hd li.on{
	background-position-x: -48px;
}
#process{
	height: 250px;
	background:url(../web-icon/process_bg.jpg) center center no-repeat;
}
.process_list{
	width: 864px;
	height: 189px;
	margin-top: 30px;
}
.process_list ul li{
	float: left;
	width: 100px;
	height: 189px;
	text-align: center;
    margin-right: 52px;
}
.process_list ul li a{
	padding-top: 30px;
}
.process_list ul li i{
	width: 100%;
	height: 100px;
	border-radius: 50%;
}
.process_list ul li h4{
	font-size: 16px;
	color: #555;
	margin-top: 14px;
}
.process_list ul li:hover i{
	-webkit-transform: rotate(20deg);
	-moz-transform: rotate(20deg);
	-ms-transform: rotate(20deg);
	-o-transform: rotate(20deg);
	transform: rotate(20deg);
}
#news{
	height: 805px;
}
.news_title{
	height: 67px;
	background:url(../web-icon/news_title.png) center center no-repeat;
	margin-top: 88px;
	margin-bottom: 66px;
}
.news_left{
	width: 680px;
}
.news_tab,.news_right h1{
	height: 65px;
	border-bottom: 1px solid #01901a;
}
.news_tab a,.news_right h1 span{
	display: block;
	float: left;
	font-size: 18px;
	color: #2b2b2b;
	background:url(../web-icon/news_tab_line.png) right center no-repeat;
	padding-right: 40px;
	margin-right: 40px;
}
.news_tab a em,.news_right h1 span em{
	display: block;
	font-size: 12px;
	color: #999;
	text-transform: uppercase;
	margin-top: 6px;
}
.news_tab a:last-child{
	margin-right: 0;
	padding-right: 0;
	background-image:none;
}
.news_all_more,.news_right h1 a{
	font-size: 14px;
	color: #999;
	text-transform: uppercase;
	position: absolute;
	top: 20px;
	right: 0;
	z-index: 10;
}
.news_top{
	height: 180px;
	margin-top: 20px;
}
.news_top a > i{
	width: 346px;
	margin-right: 24px;
}
.news_top h4{
	width: 308px;
	font-size: 18px;
	color: #333;
	text-align: justify;
	line-height: 28px;
    margin-top: -6px;
}
.news_top em{
	width: 308px;
	font-size: 12px;
	color: #c9c9c9;
	margin-top: 26px;
}
.news_top p{
	width: 308px;
	height: 76px;
	font-size: 14px;
	color: #777;
	text-align: justify;
	line-height: 24px;
	margin-top: 26px;	
}
.news_list{
	margin-top: 20px;
	border-top: 1px solid #01901a;
	padding-top: 35px;
}
.news_list a{
	height: 20px;
	line-height: 20px;
	padding-left: 22px;
	background:url(../web-icon/news_jt.png) left center no-repeat;
	margin-bottom: 26px;
}
.news_list a span{
	width: 564px;
	height: 100%;
	font-size: 16px;
	color: #333;
}
.news_list a em{
	width: 80px;
	font-size: 14px;
	color: #999;
}
.news_right{
	width: 419px;
}
.news_right h1 span{
	background-image:none;
}
.news_right .img{
	height: 180px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.news_right_list{
	border-top: 1px solid #01901a;
	padding-top: 35px;
}
.news_right_list a{
	height: 80px;
	margin-bottom: 30px;
}
.news_right_list a h4{
	height: 25px;
	font-size: 16px;
	color: #333;
	line-height: 25px;
	margin-bottom: 16px;
}
.news_right_list a h4 em,.news_right_list a p em{
	display: block;
	float: left;
	width: 25px;
	height: 25px;
	text-align: center;
	font-size: 14px;
	color: #fff !important;
	background-color: #01901a;
	border-radius:5px;
	margin-right: 10px;
}
.news_right_list a p{
	overflow: hidden;
}
.news_right_list a p em{
	background-color: #2b2b2b;
	line-height: 25px;
}
.news_right_list a p span{
	width: 376px;
	font-size: 14px;
	color: #777;
	text-align: justify;
	line-height: 25px;
	margin-top: -6px;
}
#f_web_ad{
	height: 400px;
}
#f_web_ad h2{
    width: 418px;
    height: 28px;
    position: absolute;
    right: 50%;
    top: 272px;
    z-index: 10;
    margin-right: -346px;
    font-size: 30px;
    color: #fff !important;
    padding-left: 96px;
    line-height: 30px;
}
#f_web_ad h2 a{
	display: block;
	float: right;
	width: 107px;
	height: 28px;
	margin-top: -30px;
}
/*con*/
/*footer*/
#footer{
	height: 500px;
	background-color: #f9f9f9;
}
#bdshare_weixin_qrcode_dialog{
	box-sizing: initial;
	-webkit-box-sizing: initial;
}
#footer > .w1200{
	padding-top: 44px;
}
.f_left{
	width: 355px;
}
.f_left h1{
	font-size: 24px;
	color: #333;
	margin-bottom: 54px;
}
.f_left p{
	font-size: 16px;
	color: #999;
	margin-bottom: 25px;
}
.sher_box{
    overflow: hidden;
    padding-top: 5px;
}
.f_sher{
	width: 115px;
	height: 18px;
	background: url(../web-icon/f_sher.png) left center no-repeat;
    margin-top: -14px;
    margin-left: 38px;
}
.f_sher .bdsharebuttonbox a{
	display: block;
	width: 24px;
    height: 20px;
    background-image: none;
    margin: 0px;
    margin-right: 21px;
    padding-left: 0;
}
.f_sher .bdsharebuttonbox a:last-child{
	margin-right: 0;
}
.f_erweima{
    width: 134px;
    position: absolute;
    top: 150px;
    right: -134px;
    z-index: 100;
    text-align: center;
}
.f_erweima em{
	font-size: 12px;
	color: #999;
	margin-top: 10px;
}
.f_message{
	width: 600px;
}
.f_message h1{
	font-size: 24px;
	color: #333;
	margin-bottom: 30px;
}
.f_message h1 em{
	font-size: 14px;
	color: #999;
	text-transform: uppercase;
	margin-left: 10px;
}
.f_message .top{
	margin-bottom: 32px;
}
.f_message .top span{
	margin-right: 26px;
}
.f_message .top label{
	font-size: 16px;
	color: #999;
	font-weight: normal;
	vertical-align: -4px;
}
.f_message .top span.on label{
	color: #01901a;
}
.f_message .mess_box input{
	width: 290px;
	height: 45px;
	border-bottom: 1px solid #cfcfcf;
	background-color:transparent;
	margin-bottom: 24px;
	font-size: 16px;
	color: #000;
}
.f_message .mess_box input::-webkit-input-placeholder,.f_message .mess_box textarea::-webkit-input-placeholder{
	font-size: 16px;
	color: #999;
}
.f_message .mess_box textarea{
	width: 100%;
	height: 80px;
	border-bottom: 1px solid #cfcfcf;
	background-color:transparent;
	margin-bottom: 24px;
	font-size: 16px;
	color: #000;
	resize: none;
}
.f_message .mess_box > a{
	display: block;
	width: 135px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color: #fff !important;
	background-color: #01901a;
}
.copyRight{
	height: 50px;
	background-color: #2b2b2b;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 100;
	font-size: 14px;
	color: #6d6d6d;
	line-height: 50px;
}
.copyRight a{
	color: #6d6d6d;
}
#right{
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 5000;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
#right a{
	display: block;
}
#ck_show{
	width: 32px;
	height: 236px;
	background: url(../web-icon/kf_right_icon.png) center center no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}
.right_show{
	width: 150px;
	background: #01901a url(../web-icon/kf_img.jpg) center 56px no-repeat;
	margin-right: -150px;
	text-align: center;
	opacity: 0;
	visibility: hidden;
}
#ck_close{
	width: 15px;
	height: 15px;
	position: absolute;
    top: 6px;
    right: 60px;
	z-index: 50;
	background:url(../web-icon/close_icon.png) center center no-repeat;
}
.right_show h1{
	font-size: 18px;
	color: #fff !important;
	font-weight: bold;
	margin-top: 13px;
	margin-bottom: 149px;
}
.right_show .r_a{
	display: block;
	width: 129px;
	height: 28px;
	margin: 0px auto 13px;
	background-color: #fff;
	border-radius: 5px;
	line-height: 28px;
	font-size: 14px;
	color: #01901a;
	background-repeat: no-repeat;
	background-position: 13px center;
}
.right_show .r_a.r_qq{
	background-image:url(../web-icon/QQ.png);
}
.right_show .r_a.r_message{
	background-image:url(../web-icon/mess_icon.png);
}
.right_show h2{
	font-size: 14px;
	color: #fff !important;
}
.right_show h2 em{
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin-top: 8px;
}
.right_show .r_code{
	display: block;
	width: 115px;
	margin: 20px auto 0px;
}
.right_show .r_code em{
	display: block;
	font-size: 14px;
	color: #fff !important;
	margin-top: 10px;
}
#chk_top{
	display: block;
	width: 100%;
	height: 38px;
	background:#2b2b2b url(../web-icon/top_icon.png) 114px center no-repeat;
	margin-top: 20px;
	line-height: 38px;
	font-size: 14px;
	color: #fff !important;
}
#right.on .right_show{
	opacity: 1;
	margin-right: 52px;
	visibility: visible;
}
/*footer*/